home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 339 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: newsserver.rrzn.uni-hannover.de!news
  2. From: Russell Gomersall <gomersall@vw.tci.uni-hannover.de>
  3. Newsgroups: comp.lang.c
  4. Subject: (no subject)
  5. Date: 4 Jan 1996 16:06:56 GMT
  6. Organization: RRZN - Newsserver
  7. Message-ID: <4cgtv0$58k@newsserver.rrzn.uni-hannover.de>
  8. NNTP-Posting-Host: s5b004.rrzn-user.uni-hannover.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.3 sun4m)
  13. X-URL: news:comp.lang.c
  14.  
  15. Hi we have tried to implement a simple client server routine to communicate
  16. between a UNIX and an OpenVMS machine. I got the source to run on our Alpha but
  17. the Client can only communicate with a Server started on the same machine. As
  18. soon as I try to connect with an external UNIX machine connect gives me errorno
  19. 61!
  20. Vice versa no external client Programm can connect to the server running on the
  21. Alpha.
  22. The programm itself is dead simple tcpip socket programming with socket(),
  23. bind() and connect() (CLIENT)
  24. and listen(), accept() (SERVER)
  25. Have I forgotten something to link a special Library?
  26. Or is it because I compiled in /stan=vaxc?
  27. I would be grateful for all help
  28. Russell
  29. ====================================
  30.     _/_/_/_/   _/_/_/_/    _/_/_/_/
  31.    _/    _/  _/          _/
  32.   _/_/_/_/  _/          _/    _/_/
  33.  _/   _/   _/          _/      _/
  34. _/     _/   _/_/_/_/    _/_/_/_/
  35. ====================================
  36. I can feel cold black joy surging within me
  37. ====================================
  38. Dipl.-Chem. Russell Gomersall
  39. Institut fuer Technische Chemie
  40. Callinstr. 3a
  41. 30167 Hannover
  42. e-mail:gomersall@vw.tci.uni-hannover.de
  43. CHECK OUT:-)
  44. http://www.tci.uni-hannover.de/hitzmann/gomer/gomer.htm
  45. AND IF YOU DARE:-]
  46.  http://www.tci.uni-hannover.de/hitzmann/gomer/priv/rcg.htm
  47.  
  48.